home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 86 / pascal / read.me < prev    next >
Text File  |  1986-12-19  |  1KB  |  48 lines

  1. CUBE.PAS
  2.  
  3.     This is the source code to a rotating cube demo from the OSS BBS.
  4.  
  5.  
  6. CURSDEMO.PAS
  7. CURSDEMO.PRG
  8. CURSOR.PAS
  9.  
  10.     Keywords: PASCAL OSS VT-52 CURSOR IBM TURBO PASCAL
  11.     
  12.     A demo program shows how to use CURSOR.PAS from OSS in Personal Pascal.
  13.     Also included is an updated CURSOR.PAS with five more procedures. Read the
  14.     source code for instruction.  Run the demo program to see the features of
  15.     this new version of CURSOR.PAS.
  16.  
  17.  
  18. FREERAM.PAS
  19. FREERAM.TOS
  20.  
  21.     This is a very basic and small free space program along with the Pascal
  22.     source code.
  23.  
  24.  
  25. GDOSPAS.DOC
  26.  
  27.     This is a description of how to initialize and use GDOS in OSS Pascal.  This
  28.     was discovered by Simon Poole, the author of Uniterm.
  29.  
  30.  
  31. NOWWHAT2.TXT
  32.  
  33.     The second OSS Personal Pascal programming tutorial.  This time, I look
  34.     at putting some lines on the screen ... and create a GEM window to do so.
  35.     Some hints about Pascal programming, procedures and using RAM disks are
  36.     included. Let me know what you think!  This is from MAST's own Dave Meile.
  37.  
  38.  
  39. REAL.PAS
  40.  
  41.     Keywords: OSS PERSONAL PASCAL REAL NUMBER TO STRING CONVERSION UTILITY
  42.     UPDATED
  43.     
  44.     This version of real_to_string fixes a couple of bugs in the original. I
  45.     found that sometimes TRUNC returns a value of 10 when it should return 9,
  46.     and this caused flawed conversion of some numbers. Also, fractions are now
  47.     displayed with the correct number of digits. 
  48.